home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 12 / CU Amiga Magazine's Super CD-ROM 12 (1997)(EMAP Images)(GB)[!][issue 1997-07].iso / CUCD / Utilities / ViNCEd / ReadME < prev    next >
Text File  |  1997-04-08  |  8KB  |  243 lines

  1.                         ViNCEd  Version 3.30
  2.                         ---------------------
  3.  
  4. This is the latest version of my full-screen window handler!
  5.  
  6. ******************************************************************
  7.  
  8. Please, before installation, look in the directory
  9. GUIDES in this archive and read the LICENCE!
  10.  
  11. ******************************************************************
  12.  
  13.  
  14. If you want to find out more about this fine program, read the guide, too.
  15.  
  16.  
  17. -------- history ----- this is not the complete history, read the guide!----
  18.  
  19. Changes made since 3.31:
  20.  
  21.     Failed to update the scrollers if the number of lines changed.
  22.  
  23. Changes made since 3.30:
  24.     
  25.     Updated the ViNCEd list requester. Works much better now, no reason
  26.     to use the standard requester any more.
  27.  
  28.     Encoded the SetVNC program to trick VirusWorkshop. Manual
  29.     installation should be done with care - use the decode program
  30.     in the "Extras" drawer.
  31.  
  32.  
  33. Changes made since 3.20:
  34.  
  35.     My goodess, quite a lot....
  36.  
  37. -Added C style control codes for window titles, expanding into the path,
  38.  CLI number, fault code and more...
  39.  
  40. -Updated the TAB requester (subdirs can be entered now).
  41.  
  42. -Added a lot of open path arguments, specifying a font,screen etc...
  43.  
  44. -Added better custom screen support (default colors & font available)
  45.  
  46. -More defaults selectable from the prefs, like font/screenmode/color
  47.  requesters.
  48.  
  49. -Added switch for faster TAB expansion
  50.  
  51. -Added switch for sorting directories first
  52.  
  53. -Added SHIFT+TAB -> device list on empty line
  54.  
  55. -Middle mouse button can be disabled
  56.  
  57. -Close requester available.
  58.  
  59. -Fixed a LOT of bugs in 3.20. Incompatibilities with DW,MWM,ZShell,SShell
  60.  and more are now gone (I hope), one enforcer hit is gone 
  61.  (thanx Christopher...)
  62.  
  63. -Upated the installer script (now much smarter about source and destination
  64.  location)
  65.  
  66. -Fixed the SetFONT script.
  67.  
  68. *****************************************************************************    
  69.  
  70. To update from 3.xx to 3.30:
  71.  
  72.     Re-install, since A LOT of stuff changed!
  73.  
  74. -----------------------------------------------------------------------------
  75.  
  76. ANNOUNCEMENT:
  77.     If you selected the "Disable full screen Edit" setting on the
  78.     system page of SetVNC as setting for ViNCEd, you will have noticed
  79.     that the RETURN key does not operate like expected in the SHELL.
  80.  
  81.     THIS IS NOT A BUG! 
  82.  
  83.     This edit mode is for programs that wants to read masks from the
  84.     input, UNLIKE THE SHELL. DO NOT TURN IT ON FOR THE SHELL!
  85.  
  86.     If you like to glue the cursor to the edit position and don't want
  87.     it moving 'round the screen if marking blocks or scrolling, turn on
  88.     the XTerm Cursor Mode in the edit pages of SetVNC!
  89.  
  90.     If you prefer single TAB requesters, turn on both the "Requester if
  91.     expansion is not unique" and the "First TAB expands fully" flag
  92.     in the Shell pages of SetVNC.
  93.     
  94. -----------------------------------------------------------------------------
  95.  
  96. ANNOUNCEMENT:        Co-Authors wanted !
  97.  
  98. 1) Localization:
  99.  
  100. If you like to localize ViNCEd to your language, please send me some mail!
  101. You'll receive a complete archive how to do the job!
  102.  
  103. You need to provide:
  104.     - some knowledge about AmigaDOS and locales.
  105.     - some knowledge of your native language (-;
  106.  
  107.  
  108. 2) MUI Prefs editor:
  109.  
  110. I'd like somebody to write a MUI version of a prefs editor. This can't be a
  111. full replacement for SetVNC, but at least the global prefs should be edit-
  112. able with it. Some limitations of MUI (no intuition requesters) limit the
  113. possibilities of a MUI version of SetVNC, but this is O.K. for a prefs editor.
  114.  
  115. You need to provide:
  116.     - some knowledge about a programming language,
  117.         preferably assembler or C.
  118.     - knowledge about how to write GUIs with MUI.
  119.     - a registered version of MUI
  120.  
  121. You'll receive a documentation on how ViNCEd saves its preferences and on
  122. how to call the library functions to install the prefs.
  123.  
  124.  
  125. I'm sorry, but I can't offer any money for these jobs, cause ViNCEd is
  126. freeware. It is expected that you provide your work as freeware, too. I
  127. won't claim any copyright on these programs or databases, but I need your
  128. O.K. to include them in the ViNCEd archive. Contact me at the address below
  129. if you think you like to do the job(s).
  130.  
  131.         Thanx, Thomas
  132.  
  133. ****************************************************************************
  134.  
  135. Another note: 
  136.  
  137.     VirusWorkShop seems to have trouble with overlays!
  138.  
  139.     THIS IS NOT A VIRUS! 
  140.  
  141.     VirusWorkShop will be updated soon, as soon as Markus has
  142.     enough time and did his diploma! Good luck, Markus!
  143.  
  144.     Thanks Urban, for reporting!
  145.  
  146. ----------------------------------------------------------------------------
  147.  
  148.     Some virus checkers might complain about the set PktWait() pointer
  149.     of the VNCFiler.supervisor. Again:
  150.  
  151.     THIS IS NOT A VIRUS!
  152.  
  153.     Anti-Beol has been updated to handle this case, please update your
  154.     copy as well!
  155.  
  156. ****************************************************************************
  157.  
  158.  
  159. The Extras-Drawer contains some additional programs, which are independent
  160. of ViNCEd.
  161.  
  162. _____________________________________________________________________________
  163.  
  164. PatchAlloc:     Removes a bug in the AllocMem procedure of the OS.
  165. Allocating memory with the REVERSE flag may cause a hang if no memory is
  166. available. This bug has been removed in the version 3.0 of the OS and is
  167. now part of the SetPatch program. But if you have older versions of the OS,
  168. copy this file to your C: drawer and insert the command
  169.  
  170. PatchAlloc
  171.  
  172. in your startup-sequence near to the SetPatch-call.
  173.  
  174. ____________________________________________________________________________
  175.  
  176.  
  177. PatchRAM:       Removes some bugs in the RAM disk. First, the RAM disk shows
  178. after installation of this patch the real size of memory it needs - it is
  179. no longer always 100% full - and second it allocates big memory chunks in
  180. reverse order, to avoid unneccessary defragmentation of the memory. You
  181. should copy PatchRAM to your C: drawer and insert it in your
  182. startup-sequence, somewhere below the place where the RAM disk gets accessed
  183. first. A good place is below the line
  184.  
  185. makedir RAM:t
  186. PatchRAM                ;<- insert patch here.
  187.  
  188.  
  189. If you use PatchRAM together with an older release of the OS, install
  190. PatchAlloc first, as described above.
  191.  
  192.  
  193. This program is available from AmiNet, independent of the ViNCEd package.
  194. It's also from THOR.
  195.  
  196. _____________________________________________________________________________
  197.  
  198. FastFonts:      Speeds up text output of topaz.8 and topaz.9, even under
  199. the (faster, but still not fast) Os 2.04 and above. This program should
  200. be inserted in the startup-sequence as well, if you usually work with the
  201. topaz fonts. I know that these fonts are more or less obsolete now....
  202.  
  203. _____________________________________________________________________________
  204.  
  205. StringSnip:     Improves string gadget editor features in a way compare-
  206. able with ViNCEd. The installer script will do the installation for you.
  207. Here are the additional keys:
  208.  
  209. Alt+Cursor      :       Jump to the beginning/end of the next/prev word.
  210. Ctrl+Cursor     :       Jump to the start/end of the input.
  211. Alt+Del         :       Erase complete input (like Amiga-X before)
  212. Shift+Del       :       ditto.
  213. Shift+Alt+BS    :       Erase text in front of cursor to start of line.
  214. Shift+Alt+Del   :       Erase text behind cursor to end of line.
  215. Amiga-X         :       Cut text from gadget into clipboard.
  216. Amiga-C         :       Copy the text from the gadget into the clipboard.
  217. Amiga-V         :       Paste the text in the clipboard into the gadget.
  218.  
  219. Commodore-key   :       Turn of the extensions.
  220.  
  221.  
  222. A similar edit hook can be found in MultiCX, however it does not handle
  223. things compareable to ViNCEd, and for another reason (see below) I recommend
  224. you NOT to use MultiCX.
  225.  
  226. _____________________________________________________________________________
  227.  
  228. TrueMultiAssigns:    Starting with AmigaDOS 2, an assign might include
  229. several directories. However, these so called "MultiAssigns" are not
  230. handled very consistent by AmigaDOS. This patch fixes the pattern matching
  231. routines of AmigaDOS to operate propably with multi directory assigns.
  232. Quite a lot of solutions to the multi assign problem can be found on AmiNet,
  233. but all I had a look on are broken in one or another way (like the 1.02
  234. TrueMultiAssigns by Marcus Wild, or the patch that comes with MultiCX) and
  235. don't operate properly with ViNCEd. As usual, the THOR solution is best!
  236.  
  237. As with StringSnip, TrueMultiAssigns will be added to your startup sequence
  238. by the installer script on request.
  239.  
  240.  
  241.         Thomas,         March 1997
  242.  
  243.